home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / prtfrm51.zip / FRMSRC.ZIP / FDEMO04.DFM / FDEMO04.txt next >
Text File  |  1996-06-21  |  14KB  |  562 lines

  1. object Form04: TForm04
  2.   Left = 15
  3.   Top = 157
  4.   Width = 625
  5.   Height = 520
  6.   ActiveControl = Panel1
  7.   Caption = 'Form04'
  8.   Font.Color = clBlack
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 617
  20.     Height = 105
  21.     Align = alTop
  22.     TabOrder = 0
  23.     object Label9: TLabel
  24.       Left = 16
  25.       Top = 64
  26.       Width = 423
  27.       Height = 21
  28.       Caption = 'This is a demonstration of the TPrintWin Component.'
  29.       Color = clBtnFace
  30.       Font.Color = clMaroon
  31.       Font.Height = -18
  32.       Font.Name = 'Arial'
  33.       Font.Style = []
  34.       ParentColor = False
  35.       ParentFont = False
  36.     end
  37.     object DBNavigator: TDBNavigator
  38.       Left = -98
  39.       Top = -138
  40.       Width = 137
  41.       Height = 31
  42.       DataSource = DataSource1
  43.       VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
  44.       Ctl3D = False
  45.       ParentCtl3D = False
  46.       TabOrder = 0
  47.     end
  48.     object Preview: TBitBtn
  49.       Left = 373
  50.       Top = 9
  51.       Width = 88
  52.       Height = 32
  53.       Caption = 'Pre&View'
  54.       TabOrder = 1
  55.       OnClick = PreviewClick
  56.       Glyph.Data = {
  57.         76010000424D7601000000000000760000002800000020000000100000000100
  58.         04000000000000010000130B0000130B00000000000000000000000000000000
  59.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  60.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  61.         00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  62.         8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  63.         8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  64.         8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  65.         03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  66.         03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  67.         33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  68.         33333337FFFF7733333333300000033333333337777773333333}
  69.       NumGlyphs = 2
  70.     end
  71.     object Exit: TBitBtn
  72.       Left = 473
  73.       Top = 9
  74.       Width = 88
  75.       Height = 32
  76.       Caption = '&Exit'
  77.       ModalResult = 2
  78.       TabOrder = 2
  79.       OnClick = ExitClick
  80.       NumGlyphs = 2
  81.     end
  82.     object DBNavigator1: TDBNavigator
  83.       Left = 24
  84.       Top = 16
  85.       Width = 241
  86.       Height = 25
  87.       DataSource = DataSource1
  88.       TabOrder = 3
  89.     end
  90.   end
  91.   object Panel2: TPanel
  92.     Left = 0
  93.     Top = 105
  94.     Width = 617
  95.     Height = 240
  96.     Align = alTop
  97.     BevelInner = bvLowered
  98.     BorderWidth = 4
  99.     Caption = 'Panel2'
  100.     TabOrder = 1
  101.     object ScrollBox: TScrollBox
  102.       Left = 6
  103.       Top = 6
  104.       Width = 605
  105.       Height = 228
  106.       HorzScrollBar.Margin = 6
  107.       HorzScrollBar.Range = 298
  108.       VertScrollBar.Margin = 6
  109.       VertScrollBar.Range = 362
  110.       VertScrollBar.Visible = False
  111.       Align = alClient
  112.       AutoScroll = False
  113.       BorderStyle = bsNone
  114.       Color = clBtnFace
  115.       Font.Color = clBlack
  116.       Font.Height = -13
  117.       Font.Name = 'MS Sans Serif'
  118.       Font.Style = []
  119.       ParentColor = False
  120.       ParentFont = False
  121.       TabOrder = 0
  122.       object Label1: TLabel
  123.         Left = 37
  124.         Top = 6
  125.         Width = 43
  126.         Height = 16
  127.         Alignment = taRightJustify
  128.         Caption = 'CustNo'
  129.         FocusControl = EditCustNo
  130.         Font.Color = clBlack
  131.         Font.Height = -13
  132.         Font.Name = 'Arial'
  133.         Font.Style = []
  134.         ParentFont = False
  135.       end
  136.       object Label2: TLabel
  137.         Left = 25
  138.         Top = 39
  139.         Width = 55
  140.         Height = 16
  141.         Alignment = taRightJustify
  142.         Caption = 'Company'
  143.         FocusControl = EditCompany
  144.         Font.Color = clBlack
  145.         Font.Height = -13
  146.         Font.Name = 'Arial'
  147.         Font.Style = []
  148.         ParentFont = False
  149.       end
  150.       object Label3: TLabel
  151.         Left = 46
  152.         Top = 71
  153.         Width = 34
  154.         Height = 16
  155.         Alignment = taRightJustify
  156.         Caption = 'Addr1'
  157.         FocusControl = EditAddr
  158.         Font.Color = clBlack
  159.         Font.Height = -13
  160.         Font.Name = 'Arial'
  161.         Font.Style = []
  162.         ParentFont = False
  163.       end
  164.       object Label4: TLabel
  165.         Left = 46
  166.         Top = 105
  167.         Width = 34
  168.         Height = 16
  169.         Alignment = taRightJustify
  170.         Caption = 'Addr2'
  171.         FocusControl = EditAddr2
  172.         Font.Color = clBlack
  173.         Font.Height = -13
  174.         Font.Name = 'Arial'
  175.         Font.Style = []
  176.         ParentFont = False
  177.       end
  178.       object Label5: TLabel
  179.         Left = 57
  180.         Top = 137
  181.         Width = 23
  182.         Height = 16
  183.         Alignment = taRightJustify
  184.         Caption = 'City'
  185.         FocusControl = EditCity
  186.         Font.Color = clBlack
  187.         Font.Height = -13
  188.         Font.Name = 'Arial'
  189.         Font.Style = []
  190.         ParentFont = False
  191.       end
  192.       object Label6: TLabel
  193.         Left = 49
  194.         Top = 170
  195.         Width = 31
  196.         Height = 16
  197.         Alignment = taRightJustify
  198.         Caption = 'State'
  199.         FocusControl = EditState
  200.         Font.Color = clBlack
  201.         Font.Height = -13
  202.         Font.Name = 'Arial'
  203.         Font.Style = []
  204.         ParentFont = False
  205.       end
  206.       object Label7: TLabel
  207.         Left = 63
  208.         Top = 202
  209.         Width = 17
  210.         Height = 16
  211.         Alignment = taRightJustify
  212.         Caption = 'Zip'
  213.         FocusControl = EditZip
  214.         Font.Color = clBlack
  215.         Font.Height = -13
  216.         Font.Name = 'Arial'
  217.         Font.Style = []
  218.         ParentFont = False
  219.       end
  220.       object Image1: TImage
  221.         Left = 300
  222.         Top = 132
  223.         Width = 85
  224.         Height = 89
  225.         Picture.Data = {<image000.bmp>}
  226.       end
  227.       object GroupBox1: TGroupBox
  228.         Left = 400
  229.         Top = 12
  230.         Width = 185
  231.         Height = 125
  232.         Caption = 'Testing '
  233.         TabOrder = 7
  234.         object Label8: TLabel
  235.           Left = 24
  236.           Top = 20
  237.           Width = 107
  238.           Height = 16
  239.           Caption = 'Label in GroupBox'
  240.           Font.Color = clBlack
  241.           Font.Height = -13
  242.           Font.Name = 'Arial'
  243.           Font.Style = []
  244.           ParentFont = False
  245.         end
  246.         object CheckBox1: TCheckBox
  247.           Left = 24
  248.           Top = 48
  249.           Width = 97
  250.           Height = 17
  251.           Caption = 'CheckBox '
  252.           Font.Color = clBlack
  253.           Font.Height = -13
  254.           Font.Name = 'Arial'
  255.           Font.Style = []
  256.           ParentFont = False
  257.           TabOrder = 0
  258.         end
  259.         object RadioButton1: TRadioButton
  260.           Left = 24
  261.           Top = 76
  262.           Width = 113
  263.           Height = 17
  264.           Caption = 'RadioButton1'
  265.           Font.Color = clBlack
  266.           Font.Height = -13
  267.           Font.Name = 'Arial'
  268.           Font.Style = []
  269.           ParentFont = False
  270.           TabOrder = 1
  271.         end
  272.         object RadioButton2: TRadioButton
  273.           Left = 24
  274.           Top = 96
  275.           Width = 113
  276.           Height = 17
  277.           Caption = 'RadioButton2'
  278.           Checked = True
  279.           Font.Color = clBlack
  280.           Font.Height = -13
  281.           Font.Name = 'Arial'
  282.           Font.Style = []
  283.           ParentFont = False
  284.           TabOrder = 2
  285.           TabStop = True
  286.         end
  287.       end
  288.       object EditCustNo: TDBEdit
  289.         Left = 102
  290.         Top = 5
  291.         Width = 70
  292.         Height = 24
  293.         Color = clWhite
  294.         DataField = 'CustNo'
  295.         DataSource = DataSource1
  296.         Font.Color = clMaroon
  297.         Font.Height = -13
  298.         Font.Name = 'Arial'
  299.         Font.Style = []
  300.         MaxLength = 0
  301.         ParentFont = False
  302.         TabOrder = 0
  303.       end
  304.       object EditCompany: TDBEdit
  305.         Left = 102
  306.         Top = 37
  307.         Width = 211
  308.         Height = 24
  309.         Color = clWhite
  310.         DataField = 'Company'
  311.         DataSource = DataSource1
  312.         Font.Color = clMaroon
  313.         Font.Height = -13
  314.         Font.Name = 'Arial'
  315.         Font.Style = []
  316.         MaxLength = 30
  317.         ParentFont = False
  318.         TabOrder = 1
  319.       end
  320.       object EditAddr: TDBEdit
  321.         Left = 102
  322.         Top = 69
  323.         Width = 211
  324.         Height = 24
  325.         Color = clWh